home *** CD-ROM | disk | FTP | other *** search
/ Freelog 119 / FreelogNo119-MarsAvril2014.iso / Systeme / Advanced_UninstallerPro / Advanced_Uninstaller11.exe / {app} / LoaderRunOnce.exe / 0 / RCDATA / TFLOADER / TFLOADER.txt
Encoding:
Text File  |  2013-12-16  |  1.2 KB  |  58 lines

  1. object floader: Tfloader
  2.   Left = 323
  3.   Top = 278
  4.   Cursor = crHourGlass
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsNone
  7.   Caption = 'Please wait...'
  8.   ClientHeight = 44
  9.   ClientWidth = 353
  10.   Color = 15400959
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   DesignSize = (
  22.     353
  23.     44)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TLabel
  27.     Left = 4
  28.     Top = 5
  29.     Width = 347
  30.     Height = 21
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'Loading Advanced Uninstaller Monitor...'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -16
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Gauge1: TGauge
  42.     Left = 0
  43.     Top = 30
  44.     Width = 353
  45.     Height = 14
  46.     Align = alBottom
  47.     ForeColor = clBlue
  48.     Progress = 0
  49.   end
  50.   object Timer1: TTimer
  51.     Enabled = False
  52.     Interval = 100
  53.     OnTimer = Timer1Timer
  54.     Left = 179
  55.     Top = 8
  56.   end
  57. end
  58.